projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
474529e
)
Remove deprecated GtkSpinButton function (macro)
author
Christian Dywan
<christian@twotoasts.de>
Wed, 7 Oct 2009 16:15:09 +0000
(18:15 +0200)
committer
Javier Jardón
<jjardon@gnome.org>
Sun, 2 May 2010 23:40:40 +0000
(
01:40
+0200)
gtk/gtkspinbutton.h
patch
|
blob
|
history
diff --git
a/gtk/gtkspinbutton.h
b/gtk/gtkspinbutton.h
index 6767953792c97d9515d31ab5fb2cf278579d3a72..f757af1d5411770f78659dbaec205c236bdd763e 100644
(file)
--- a/
gtk/gtkspinbutton.h
+++ b/
gtk/gtkspinbutton.h
@@
-186,11
+186,6
@@
void gtk_spin_button_set_snap_to_ticks (GtkSpinButton *spin_button,
gboolean gtk_spin_button_get_snap_to_ticks (GtkSpinButton *spin_button);
void gtk_spin_button_update (GtkSpinButton *spin_button);
-
-#ifndef GTK_DISABLE_DEPRECATED
-#define gtk_spin_button_get_value_as_float gtk_spin_button_get_value
-#endif
-
G_END_DECLS
#endif /* __GTK_SPIN_BUTTON_H__ */